Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 324 Bytes

util.rst

File metadata and controls

14 lines (9 loc) · 324 Bytes

gefpy.util

Provides convenient invocation methods for other modules.

.. py:module:: util

.. py:function:: gef_is_cell_bin(gef_file)

    Determine if the gef file is a cgef format

    :param gef_file: input the gef path
    :return: the return True for cgef, False otherwise.
    :rtype: bool