-
Notifications
You must be signed in to change notification settings - Fork 0
vtf txb _buffercomponents nullcomponent
class nullcomponent._NullComponent ¶
This object is used as a NULL object if an optional component in the TextBuffer is not active.
INFO: Python console of PyCharm could hang on chained call.
__abs__() -> int ¶
__add__(other) -> Any ¶
__and__(other) -> Any ¶
__bool__() -> bool ¶
__bytes__() -> bytes ¶
__call__(*args, **kwargs) -> Any ¶
__contains__(item) -> bool ¶
__delattr__(name) -> None ¶
__enter__() -> Any ¶
__eq__(o) -> bool ¶
__exit__(exc_type, exc_val, exc_tb) -> None ¶
__ge__(other) -> bool ¶
__getattr__(item) -> Any ¶
__getattribute__(item) -> Any ¶
__getitem__(item) -> Any ¶
__gt__(other) -> bool ¶
__hash__() -> int ¶
__int__() -> int ¶
__iter__() -> Any ¶
__le__(other) -> bool ¶
__len__() -> int ¶
__lt__(other) -> bool ¶
__ne__(o) -> bool ¶
__next__() -> None ¶
__or__(other) -> Any ¶
__radd__(other) -> Any ¶
__rand__(other) -> Any ¶
__reversed__() -> Any ¶
__ror__(other) -> Any ¶
__rsub__(other) -> Any ¶
__rxor__(other) -> Any ¶
__setattr__(name, value) -> None ¶
__str__() -> str ¶
__sub__(other) -> Any ¶
__xor__(other) -> Any ¶
| Date: | 20 Dec 2022 |
|---|---|
| Version: | 0.1 |
| Author: | Adrian Hoefflin [srccircumflex] |
| Doc-Generator: | "pyiStructure-RSTGenerator" <prototype> |
