| | |
- __builtin__.object
-
- AtomSelLang
-
- AtomSelLangPtr
class AtomSelLang(__builtin__.object) |
| |
|
| |
Methods defined here:
- __del__(self, destroy=<built-in function delete_AtomSelLang>)
- __getattr__ lambda self, name
- __init__(self, *args)
- __repr__(self)
- __setattr__ lambda self, name, value
Static methods defined here:
- all = AtomSelLang_all(...)
- andArr = AtomSelLang_andArr(...)
- atom = AtomSelLang_atom(...)
- attribute = AtomSelLang_attribute(...)
- bondedTo = AtomSelLang_bondedTo(...)
- convertToFloat = AtomSelLang_convertToFloat(...)
- known = AtomSelLang_known(...)
- notArr = AtomSelLang_notArr(...)
- orArr = AtomSelLang_orArr(...)
- point = AtomSelLang_point(...)
- prop = AtomSelLang_prop(...)
- pseudo = AtomSelLang_pseudo(...)
- select = AtomSelLang_select(...)
- setNamedSelection = AtomSelLang_setNamedSelection(...)
- tag = AtomSelLang_tag(...)
Data and other attributes defined here:
- __dict__ = <dictproxy object at 0x25ce8a0>
dictionary for instance variables (if defined)
- __swig_getmethods__ = {'all': <function <lambda> at 0x25ccde8>, 'andArr': <function <lambda> at 0x25ccc80>, 'atom': <function <lambda> at 0x25d0140>, 'attribute': <function <lambda> at 0x25d02a8>, 'bondedTo': <function <lambda> at 0x25d01b8>, 'convertToFloat': <function <lambda> at 0x25ccc08>, 'known': <function <lambda> at 0x25cce60>, 'notArr': <function <lambda> at 0x25ccd70>, 'orArr': <function <lambda> at 0x25cccf8>, 'point': <function <lambda> at 0x25d0230>, ...}
- __swig_setmethods__ = {}
- __weakref__ = <attribute '__weakref__' of 'AtomSelLang' objects>
list of weak references to the object (if defined)
|
class AtomSelLangPtr(AtomSelLang) |
| |
|
| |
- Method resolution order:
- AtomSelLangPtr
- AtomSelLang
- __builtin__.object
Methods defined here:
- __init__(self, this)
Methods inherited from AtomSelLang:
- __del__(self, destroy=<built-in function delete_AtomSelLang>)
- __getattr__ lambda self, name
- __repr__(self)
- __setattr__ lambda self, name, value
Static methods inherited from AtomSelLang:
- all = AtomSelLang_all(...)
- andArr = AtomSelLang_andArr(...)
- atom = AtomSelLang_atom(...)
- attribute = AtomSelLang_attribute(...)
- bondedTo = AtomSelLang_bondedTo(...)
- convertToFloat = AtomSelLang_convertToFloat(...)
- known = AtomSelLang_known(...)
- notArr = AtomSelLang_notArr(...)
- orArr = AtomSelLang_orArr(...)
- point = AtomSelLang_point(...)
- prop = AtomSelLang_prop(...)
- pseudo = AtomSelLang_pseudo(...)
- select = AtomSelLang_select(...)
- setNamedSelection = AtomSelLang_setNamedSelection(...)
- tag = AtomSelLang_tag(...)
Data and other attributes inherited from AtomSelLang:
- __dict__ = <dictproxy object at 0x25ce7c0>
dictionary for instance variables (if defined)
- __swig_getmethods__ = {'all': <function <lambda> at 0x25ccde8>, 'andArr': <function <lambda> at 0x25ccc80>, 'atom': <function <lambda> at 0x25d0140>, 'attribute': <function <lambda> at 0x25d02a8>, 'bondedTo': <function <lambda> at 0x25d01b8>, 'convertToFloat': <function <lambda> at 0x25ccc08>, 'known': <function <lambda> at 0x25cce60>, 'notArr': <function <lambda> at 0x25ccd70>, 'orArr': <function <lambda> at 0x25cccf8>, 'point': <function <lambda> at 0x25d0230>, ...}
- __swig_setmethods__ = {}
- __weakref__ = <attribute '__weakref__' of 'AtomSelLang' objects>
list of weak references to the object (if defined)
| |