MCPcopy Create free account

hub / github.com/akatrevorjay/dotfiles / functions

Functions48 in github.com/akatrevorjay/dotfiles

↓ 6 callersFunctiongetFilesWith
(extensions)
bin/font_family_merger.py:146
↓ 3 callersMethod__key_add_prefix__
(self, key)
.pytutils.py:126
↓ 2 callersMethod__key_remove_prefix__
(self, key)
.pytutils.py:129
↓ 1 callersMethod__contains__
(self, item)
.pytutils.py:89
↓ 1 callersMethod__delitem__
(self, key)
.pytutils.py:98
↓ 1 callersMethod__getitem__
(self, item)
.pytutils.py:92
↓ 1 callersMethod__init__
:param collections.MutableMapping mapping: Dict-like object to wrap :param bool fancy_repr: If True, show fancy repr, otherwise just
.pytutils.py:69
↓ 1 callersFunction__ipyrc__
IPython shell init
.pythonrc.py:240
↓ 1 callersFunction__ipyrc__
IPython shell init
.ipythonrc.py:240
↓ 1 callersMethod__iter__
(self)
.pytutils.py:101
↓ 1 callersMethod__key_allowed__
(self, key)
.pytutils.py:132
↓ 1 callersFunction__pyrc__
Python shell init
.pythonrc.py:184
↓ 1 callersFunction__pyrc__
Python shell init
.ipythonrc.py:184
↓ 1 callersMethod__setitem__
(self, key, val)
.pytutils.py:166
↓ 1 callersFunctionchangeFont
(files)
bin/font_family_merger.py:29
↓ 1 callersFunctiondecide
()
bin/font_family_merger.py:15
↓ 1 callersFunctionenable_completion
Jedi autocompletion
.pythonrc.py:214
↓ 1 callersFunctionenable_completion
Jedi autocompletion
.ipythonrc.py:214
↓ 1 callersFunctionenable_history
History.
.pythonrc.py:187
↓ 1 callersFunctionenable_history
History.
.ipythonrc.py:187
↓ 1 callersFunctionis_python
()
.pythonrc.py:120
↓ 1 callersFunctionis_python
()
.ipythonrc.py:120
↓ 1 callersFunctionwrite_history
(history)
.pythonrc.py:205
↓ 1 callersFunctionwrite_history
(history)
.ipythonrc.py:205
Function__anyrc__
()
.pythonrc.py:179
Function__anyrc__
()
.ipythonrc.py:179
Method__contains__
(self, item)
.pytutils.py:145
Method__delitem__
(self, item)
.pytutils.py:157
Method__getitem__
(self, item)
.pytutils.py:149
Method__init__
:param str prefix: Prefix to add/remove from keys. :param collections.MutableMapping mapping: Dict-like object to wrap :param
.pytutils.py:110
Method__iter__
(self)
.pytutils.py:141
Method__len__
(self)
.pytutils.py:52
Method__len__
(self)
.pytutils.py:104
Method__repr__
(self)
.pytutils.py:79
Method__setitem__
(self, key, value)
.pytutils.py:95
Method__setitem__
(self, item, value)
.pytutils.py:153
Functionbind
Turn a function to a bound method on an instance >>> class Foo(object): ... def __init__(self, x, y): ... self.x = x
.pytutils.py:206
Functionburp
Writes contents to filename
.pytutils.py:251
Functionensure_decoded_text
Ensure string is decoded (eg unicode); convert using specified parameters if we have to. :param str|bytes|bytesarray|memoryview s: string/by
.pytutils.py:188
Functionensure_encoded_bytes
Ensure string is encoded as byteslike; convert using specified parameters if we have to. :param str|bytes|bytesarray|memoryview s: string/by
.pytutils.py:173
Functionformat_dict_recursively
Format each string value of dictionary using values contained within itself, keeping track of dependencies as required. Also converts any for
.pytutils.py:260
Functionis_ipython
()
.pythonrc.py:111
Functionis_ipython
()
.ipythonrc.py:111
Functionislurp
Read a file and yield each line. If filename is '-' and allow_stdin=True (default), read from stdin.
.pytutils.py:229
Functionpf
Pretty formats with coloring. Works in iPython, but not bpython as it does not write directly to term and decodes it instead.
.pytutils.py:345
Functionpp
Pretty prints with coloring. Works in iPython, but not bpython as it does not write directly to term and decodes it instead.
.pytutils.py:354
Functionwrapped
()
.pythonrc.py:206
Functionwrapped
()
.ipythonrc.py:206