Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akatrevorjay/dotfiles
/ functions
Functions
48 in github.com/akatrevorjay/dotfiles
⨍
Functions
48
◇
Types & classes
5
↓ 6 callers
Function
getFilesWith
(extensions)
bin/font_family_merger.py:146
↓ 3 callers
Method
__key_add_prefix__
(self, key)
.pytutils.py:126
↓ 2 callers
Method
__key_remove_prefix__
(self, key)
.pytutils.py:129
↓ 1 callers
Method
__contains__
(self, item)
.pytutils.py:89
↓ 1 callers
Method
__delitem__
(self, key)
.pytutils.py:98
↓ 1 callers
Method
__getitem__
(self, item)
.pytutils.py:92
↓ 1 callers
Method
__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 callers
Function
__ipyrc__
IPython shell init
.pythonrc.py:240
↓ 1 callers
Function
__ipyrc__
IPython shell init
.ipythonrc.py:240
↓ 1 callers
Method
__iter__
(self)
.pytutils.py:101
↓ 1 callers
Method
__key_allowed__
(self, key)
.pytutils.py:132
↓ 1 callers
Function
__pyrc__
Python shell init
.pythonrc.py:184
↓ 1 callers
Function
__pyrc__
Python shell init
.ipythonrc.py:184
↓ 1 callers
Method
__setitem__
(self, key, val)
.pytutils.py:166
↓ 1 callers
Function
changeFont
(files)
bin/font_family_merger.py:29
↓ 1 callers
Function
decide
()
bin/font_family_merger.py:15
↓ 1 callers
Function
enable_completion
Jedi autocompletion
.pythonrc.py:214
↓ 1 callers
Function
enable_completion
Jedi autocompletion
.ipythonrc.py:214
↓ 1 callers
Function
enable_history
History.
.pythonrc.py:187
↓ 1 callers
Function
enable_history
History.
.ipythonrc.py:187
↓ 1 callers
Function
is_python
()
.pythonrc.py:120
↓ 1 callers
Function
is_python
()
.ipythonrc.py:120
↓ 1 callers
Function
write_history
(history)
.pythonrc.py:205
↓ 1 callers
Function
write_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
Function
bind
Turn a function to a bound method on an instance >>> class Foo(object): ... def __init__(self, x, y): ... self.x = x
.pytutils.py:206
Function
burp
Writes contents to filename
.pytutils.py:251
Function
ensure_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
Function
ensure_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
Function
format_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
Function
is_ipython
()
.pythonrc.py:111
Function
is_ipython
()
.ipythonrc.py:111
Function
islurp
Read a file and yield each line. If filename is '-' and allow_stdin=True (default), read from stdin.
.pytutils.py:229
Function
pf
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
Function
pp
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
Function
wrapped
()
.pythonrc.py:206
Function
wrapped
()
.ipythonrc.py:206