Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ functions
Functions
933 in github.com/ipython/traitlets
⨍
Functions
933
◇
Types & classes
362
Method
test_flags_help_msg
(self)
tests/config/test_application.py:334
Method
test_flatten_aliases
(self)
tests/config/test_application.py:457
Method
test_flatten_flags
(self)
tests/config/test_application.py:445
Function
test_float_from_string
(s, expected)
tests/test_traitlets.py:2965
Method
test_fromdict
(self)
tests/config/test_loader.py:533
Method
test_fromdictmerge
(self)
tests/config/test_loader.py:538
Method
test_fromdictmerge2
(self)
tests/config/test_loader.py:545
Method
test_full_init
(self)
tests/utils/test_decorators.py:88
Method
test_generate_config_file
(self)
tests/config/test_application.py:496
Method
test_generate_config_file_classes_to_include
(self)
tests/config/test_application.py:500
Method
test_generated_config_enum_comments
(self)
tests/config/test_configurable.py:195
Method
test_generated_config_strenum_comments
(self)
tests/config/test_configurable.py:252
Function
test_get_default_logging_config_pythonw
Ensure logging is correctly disabled for pythonw usage.
tests/config/test_application.py:844
Method
test_get_undefined
(self)
tests/test_traitlets.py:98
Method
test_getattr_not_section
(self)
tests/config/test_loader.py:583
Method
test_getattr_private_missing
(self)
tests/config/test_loader.py:590
Method
test_getattr_section
(self)
tests/config/test_loader.py:569
Method
test_getitem_not_section
(self)
tests/config/test_loader.py:611
Method
test_getitem_section
(self)
tests/config/test_loader.py:576
Function
test_handle_docstring
()
tests/test_traitlets_docstring.py:12
Method
test_help
(self)
tests/config/test_configurable.py:186
Function
test_help_all_output
()
tests/config/test_application.py:738
Method
test_help_inst
(self)
tests/config/test_configurable.py:191
Function
test_help_output
()
tests/config/test_application.py:734
Function
test_hold_trait_notifications
()
tests/test_traitlets.py:2323
Method
test_import_unicode
(self)
tests/utils/test_importstring.py:16
Method
test_info
(self)
tests/test_traitlets.py:150
Method
test_info
(self)
tests/test_traitlets_enum.py:193
Method
test_inheritance
(self)
tests/config/test_configurable.py:136
Method
test_inheritance
(self)
tests/config/test_configurable.py:325
Method
test_init
(self)
tests/test_traitlets.py:905
Method
test_insert
(self)
tests/config/test_configurable.py:507
Method
test_insert_extend
(self)
tests/config/test_configurable.py:542
Method
test_instance
(self)
tests/test_traitlets.py:1169
Method
test_instance
(self)
tests/config/test_configurable.py:315
Function
test_int_from_string
(s, expected)
tests/test_traitlets.py:2957
Method
test_int_literals
(self)
tests/config/test_loader.py:377
Method
test_invalid_args
(self)
tests/test_traitlets.py:1766
Method
test_invalid_args
(self)
tests/test_traitlets.py:1788
Method
test_ipython_cli_priority
(self)
tests/config/test_application.py:268
Method
test_json
(self)
tests/config/test_loader.py:89
Method
test_json_context_bad_write
(self)
tests/config/test_loader.py:118
Method
test_klass
Test that the instance klass is properly assigned.
tests/test_traitlets.py:1704
Method
test_klass
Test that the instance klass is properly assigned.
tests/test_traitlets.py:2503
Method
test_klass
Test that the instance klass is properly assigned.
tests/test_traitlets.py:2526
Method
test_kwarg_config_priority
(self)
tests/config/test_configurable.py:642
Method
test_lazy_config_repr
(self)
tests/config/test_loader.py:598
Method
test_link_broken_at_source
(self)
tests/test_traitlets.py:2164
Method
test_link_broken_at_target
(self)
tests/test_traitlets.py:2177
Method
test_link_different
Verify two traitlets of different types can be linked together using link.
tests/test_traitlets.py:2049
Method
test_link_different
Verify two traitlets of different types can be linked together using link.
tests/test_traitlets.py:2238
Method
test_list_append
(self)
tests/config/test_loader.py:324
Method
test_list_args
(self)
tests/config/test_loader.py:240
Function
test_list_from_string
(s, expected)
tests/test_traitlets.py:3025
Function
test_list_items_from_string
(s, expected, value_trait)
tests/test_traitlets.py:3039
Method
test_list_single_item
(self)
tests/config/test_loader.py:332
Method
test_loaded_config_files
(self)
tests/config/test_application.py:634
Method
test_log
(self)
tests/config/test_application.py:108
Method
test_log_bad_config
(self)
tests/config/test_application.py:576
Method
test_log_collisions
(self)
tests/config/test_application.py:555
Function
test_logger_adapter
(caplog, capsys)
tests/config/test_configurable.py:704
Function
test_logging_config
We should be able to configure additional log handlers.
tests/config/test_application.py:808
Function
test_logging_teardown_on_error
Ensure we don't try to open logs in order to close them (See #722). If you try to configure logging handlers whilst Python is shutting down y
tests/config/test_application.py:880
Method
test_merge_doesnt_exist
(self)
tests/config/test_loader.py:486
Method
test_merge_exists
(self)
tests/config/test_loader.py:498
Method
test_merge_multi_lazy
With multiple config files (systemwide and users), we want compounding. If systemwide overwrite and user append, we want both in the
tests/config/test_loader.py:628
Method
test_merge_multi_lazyII
With multiple config files (systemwide and users), we want compounding. If both are lazy we still want a lazy config.
tests/config/test_loader.py:647
Method
test_merge_multi_lazy_III
With multiple config files (systemwide and users), we want compounding. Prepend should prepend in the right order.
tests/config/test_loader.py:665
Method
test_merge_multi_lazy_IV
With multiple config files (systemwide and users), we want compounding. Both prepending should be lazy
tests/config/test_loader.py:683
Method
test_merge_multi_lazy_update_I
With multiple config files (systemwide and users), we want compounding. dict update should be in the right order.
tests/config/test_loader.py:701
Method
test_merge_multi_lazy_update_II
With multiple config files (systemwide and users), we want compounding. Later dict overwrite laziness
tests/config/test_loader.py:719
Method
test_merge_multi_lazy_update_III
With multiple config files (systemwide and users), we want compounding. Later dict overwrite laziness
tests/config/test_loader.py:737
Method
test_merge_no_copies
(self)
tests/config/test_loader.py:618
Method
test_metaclass
(self)
tests/test_traitlets.py:369
Method
test_metadata_localized_instance
(self)
tests/test_traitlets.py:281
Method
test_mixed_seq_positional
(self)
tests/config/test_loader.py:444
Method
test_mro_discovery
(self)
tests/config/test_application.py:136
Method
test_multi_file
(self)
tests/config/test_application.py:537
Method
test_multi_parent
(self)
tests/config/test_configurable.py:411
Method
test_multi_parent_priority
(self)
tests/config/test_configurable.py:454
Method
test_multiple_validate
Verify that we can register the same validator to multiple names
tests/test_traitlets.py:1985
Method
test_no_cast_literals
(self)
tests/config/test_loader.py:370
Method
test_no_eval_cli_text
(self)
tests/config/test_application.py:119
Method
test_no_init
(self)
tests/utils/test_decorators.py:11
Method
test_no_kwargs
(self)
tests/utils/test_decorators.py:130
Function
test_notification_order
()
tests/test_traitlets.py:2434
Method
test_notify_all
(self)
tests/test_traitlets.py:439
Method
test_notify_all
(self)
tests/test_traitlets.py:633
Method
test_notify_all
(self)
tests/test_traitlets.py:2559
Method
test_notify_args
(self)
tests/test_traitlets.py:537
Method
test_notify_args
(self)
tests/test_traitlets.py:750
Method
test_notify_one
(self)
tests/test_traitlets.py:462
Method
test_notify_one
(self)
tests/test_traitlets.py:658
Method
test_notify_only_once
(self)
tests/test_traitlets.py:585
Method
test_notify_only_once
(self)
tests/test_traitlets.py:775
Method
test_notify_subclass
(self)
tests/test_traitlets.py:490
Method
test_notify_subclass
(self)
tests/test_traitlets.py:687
Function
test_object_from_string
(s, expected)
tests/test_traitlets.py:3109
Function
test_observe_iterables
()
tests/test_traitlets.py:2745
Method
test_override1
(self)
tests/config/test_configurable.py:161
← previous
next →
701–800 of 933, ranked by callers