Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _lis_default
Method
_lis_default
tests/config/test_configurable.py:486–487 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
484
lis = List().tag(config=True)
485
486
def
_lis_default(self):
487
return
[-1]
488
489
s = Set().tag(config=True)
490
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected