MCPcopy Create free account

hub / github.com/ipython/traitlets / types & classes

Types & classes362 in github.com/ipython/traitlets

↓ 101 callersClassUnicode
A trait for unicode strings.
traitlets/traitlets.py:2910
↓ 97 callersClassInt
An int trait.
traitlets/traitlets.py:2593
↓ 95 callersClassConfig
An attribute-based dict that can do smart merges. Accessing a field on a config object for the first time populates the key with either a nes
traitlets/config/loader.py:224
↓ 61 callersClassA
tests/test_traitlets.py:2820
↓ 38 callersClassDict
An instance of a Python dict. One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you
traitlets/traitlets.py:3857
↓ 38 callersClassList
An instance of a Python list.
traitlets/traitlets.py:3588
↓ 36 callersClassMyApp
tests/config/test_application.py:57
↓ 30 callersClassTraitError
traitlets/traitlets.py:164
↓ 24 callersClassBool
A boolean (True, False) trait.
traitlets/traitlets.py:3066
↓ 23 callersClassType
A trait whose value must be a subclass of a specified class.
traitlets/traitlets.py:2026
↓ 21 callersClassFloat
A float trait.
traitlets/traitlets.py:2718
↓ 19 callersClassC
tests/test_traitlets.py:1818
↓ 19 callersClassFoo
tests/test_traitlets.py:1681
↓ 19 callersClassInstance
A trait whose value must be an instance of a specified class. The value can also be an instance of a subclass of the specified class. Subcla
traitlets/traitlets.py:2192
↓ 19 callersClassUnion
A trait type representing a Union type.
traitlets/traitlets.py:2402
↓ 16 callersClassB
tests/test_traitlets.py:2823
↓ 14 callersClassEnum
An enum whose value must be in a given sequence.
traitlets/traitlets.py:3188
↓ 13 callersClassT
tests/test_typing.py:46
↓ 13 callersClassUseEnum
Use a Enum class as model for the data type description. Note that if no default-value is provided, the first enum-value is used as default-va
traitlets/traitlets.py:4211
↓ 12 callersClassSet
An instance of a Python set.
traitlets/traitlets.py:3653
↓ 11 callersClassMyConfigurable
tests/config/test_configurable.py:32
↓ 10 callersClassTuple
An instance of a Python tuple.
traitlets/traitlets.py:3728
↓ 9 callersClassAny
A trait which allows any value.
traitlets/traitlets.py:2491
↓ 9 callersClassBunch
A dict with attribute-access
traitlets/utils/bunch.py:13
↓ 9 callersClassCInt
A casting version of the int trait.
traitlets/traitlets.py:2666
↓ 9 callersClassContainers
tests/config/test_configurable.py:483
↓ 8 callersClassFuzzyEnum
An case-ignoring enum matching choices by unique prefixes/substrings.
traitlets/traitlets.py:3310
↓ 7 callersClassExample2
tests/test_traitlets_enum.py:133
↓ 7 callersClassFuzzyExample
tests/test_traitlets_enum.py:241
↓ 7 callersClassJSONFileConfigLoader
A JSON file loader for config Can also act as a context manager that rewrite the configuration file to disk on exit. Example:: with
traitlets/config/loader.py:553
↓ 7 callersClasslink
Link traits from different objects together so they remain in sync. Parameters ---------- source : (object / attribute name) pair tar
traitlets/traitlets.py:275
↓ 6 callersClassApplication
A singleton application with full configuration support.
traitlets/config/application.py:152
↓ 6 callersClassConfigurable
traitlets/config/configurable.py:53
↓ 6 callersClassForwardDeclaredBar
tests/test_traitlets.py:2470
↓ 6 callersClassMyIntTT
tests/test_traitlets.py:132
↓ 5 callersClassC
tests/config/test_loader.py:249
↓ 5 callersClassMyParent2
tests/config/test_configurable.py:378
↓ 4 callersClassBar
tests/test_traitlets.py:1204
↓ 4 callersClassDefaultConfigurable
tests/config/test_configurable.py:592
↓ 4 callersClassDeferredConfigString
Config value for loading config from a string Interpretation is deferred until it is loaded into the trait. Subclass of str for backward com
traitlets/config/loader.py:390
↓ 4 callersClassFoo
tests/utils/test_decorators.py:13
↓ 4 callersClassMainApp
tests/config/test_argcomplete.py:56
↓ 4 callersClassdirectional_link
Link the trait of a source object with traits of target objects. Parameters ---------- source : (object, attribute name) pair target
traitlets/traitlets.py:362
↓ 3 callersClassBar
tests/config/test_configurable.py:68
↓ 3 callersClassBytes
A trait for byte strings.
traitlets/traitlets.py:2867
↓ 3 callersClassChild
tests/config/test_configurable.py:347
↓ 3 callersClassDeferredConfigList
Config value for loading config from a list of strings Interpretation is deferred until it is loaded into the trait. This class is only used
traitlets/config/loader.py:423
↓ 3 callersClassForwardDeclaredBarSub
tests/test_traitlets.py:2474
↓ 3 callersClassMyLoader1
tests/config/test_loader.py:190
↓ 3 callersClassParent
tests/config/test_configurable.py:344
↓ 3 callersClassTCPAddress
A trait for an (ip, port) tuple. This allows for both IPv4 IP addresses as well as hostnames.
traitlets/traitlets.py:4130
↓ 3 callersClassTestApp
tests/config/test_application.py:792
↓ 3 callersClassTestMultiAliasApp
tests/config/test_application.py:369
↓ 3 callersClassTree
tests/test_traitlets.py:1228
↓ 2 callersClassAB
tests/test_traitlets.py:2827
↓ 2 callersClassApp
tests/config/test_application.py:674
↓ 2 callersClassArgcompleteApp
Override loader to pass through kwargs for argcomplete testing
tests/config/test_argcomplete.py:23
↓ 2 callersClassArgumentError
traitlets/config/loader.py:38
↓ 2 callersClassBA
tests/test_traitlets.py:2830
↓ 2 callersClassBah
tests/test_traitlets.py:1073
↓ 2 callersClassBar
tests/config/test_application.py:47
↓ 2 callersClassCBytes
A casting version of the byte string trait.
traitlets/traitlets.py:2900
↓ 2 callersClassCacheModification
tests/test_traitlets.py:2385
↓ 2 callersClassCaselessStrEnum
An enum of strings where the case should be ignored.
traitlets/traitlets.py:3277
↓ 2 callersClassConfigFileNotFound
traitlets/config/loader.py:34
↓ 2 callersClassFixedValue
tests/test_traitlets.py:2011
↓ 2 callersClassFoo
tests/config/test_application.py:31
↓ 2 callersClassKVArgParseConfigLoader
A config loader that loads aliases and flags with argparse, as well as arbitrary --Class.trait value
traitlets/config/loader.py:989
↓ 2 callersClassMyClass
tests/test_traitlets.py:2165
↓ 2 callersClassMyParent
tests/config/test_configurable.py:374
↓ 2 callersClassOrderTraits
tests/test_traitlets.py:2403
↓ 2 callersClassPrintHello
examples/subcommands_app.py:22
↓ 2 callersClassPyFileConfigLoader
A config loader for pure python files. This is responsible for locating a Python config file by filename and path, then executing it to const
traitlets/config/loader.py:608
↓ 2 callersClassSentinel
traitlets/__init__.py:27
↓ 2 callersClassStrictApplication
tests/config/test_application.py:404
↓ 2 callersClassSubConfigurable
examples/myapp.py:41
↓ 2 callersClassSuperHasTraits
tests/test_traitlets.py:2791
↓ 2 callersClassThis
A trait for instances of the class containing this trait. Because how how and when class bodies are executed, the ``This`` trait can only hav
traitlets/traitlets.py:2378
↓ 2 callersClass_SimpleTest
traitlets/traitlets.py:227
↓ 1 callersClassA
tests/config/test_configurable.py:671
↓ 1 callersClassA
tests/config/test_loader.py:398
↓ 1 callersClassAddsHandler
tests/test_traitlets.py:2730
↓ 1 callersClassAnyTrait
tests/test_traitlets.py:1291
↓ 1 callersClassBar
examples/myapp.py:73
↓ 1 callersClassBytesTrait
tests/test_traitlets.py:1566
↓ 1 callersClassCFloat
A casting version of the float trait.
traitlets/traitlets.py:2784
↓ 1 callersClassCFloatTrait
tests/test_traitlets.py:1528
↓ 1 callersClassCIntTrait
tests/test_traitlets.py:1360
↓ 1 callersClassCLongTrait
tests/test_traitlets.py:1439
↓ 1 callersClassCRegExp
A casting compiled regular expression trait. Accepts both strings and compiled regular expressions. The resulting attribute will be a compile
traitlets/traitlets.py:4196
↓ 1 callersClassCRegExpTrait
tests/test_traitlets.py:1864
↓ 1 callersClassCSub
tests/config/test_loader.py:361
↓ 1 callersClassCallable
A trait which is callable. Notes ----- Classes are callable, as are instances with a __call__() method.
traitlets/traitlets.py:4313
↓ 1 callersClassCallableTrait
tests/test_traitlets.py:1313
↓ 1 callersClassComplex
A trait for complex numbers.
traitlets/traitlets.py:2832
↓ 1 callersClassComplexTrait
tests/test_traitlets.py:1543
↓ 1 callersClassCrossValidationStub
tests/test_traitlets.py:88
↓ 1 callersClassCustomApp
tests/config/test_argcomplete.py:171
↓ 1 callersClassDefaultHandler
traitlets/traitlets.py:1287
↓ 1 callersClassDeprecatedApp
tests/config/test_application.py:711
next →1–100 of 362, ranked by callers