arrlibcttest module¶
Used by autodoc_mock_imports.
-
arrlibcttest.__format__()¶ default object formatter
-
arrlibcttest.__new__(S, ...) → a new object with type S, a subtype of T¶
-
arrlibcttest.__reduce__()¶ helper for pickle
-
arrlibcttest.__reduce_ex__()¶ helper for pickle
-
arrlibcttest.__sizeof__() → int¶ size of object in memory, in bytes
-
arrlibcttest.__subclasshook__()¶ Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).