MCPcopy Index your code
hub / github.com/python/cpython / THEME

Function THEME

Lib/_pyrepl/utils.py:27–29  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

25
26
27def THEME(**kwargs):
28 # Not cached: the user can modify the theme inside the interactive session.
29 return _colorize.get_theme(**kwargs).syntax
30
31
32class Span(NamedTuple):

Callers 2

get_promptMethod · 0.85
disp_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…