You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
529 B
ReStructuredText

.. automodule:: gdsii.structure
:synopsis: module containing GDSII structure class.
.. autoclass:: Structure
:show-inheritance:
.. automethod:: __init__
Instance attributes:
.. attribute:: name
Structure name (:class:`bytes`).
.. attribute:: mod_time
Last modification time (:class:`datetime`).
.. attribute:: acc_time
Last access time (:class:`datetime`).
.. attribute:: strclass
Structure class (:class:`int`, optional).