MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / group

Method group

site-packages/matplotlib/mathtext.py:2794–2796  ·  view source on GitHub ↗
(self, s, loc, toks)

Source from the content-addressed store, hash-verified

2792 return []
2793
2794 def group(self, s, loc, toks):
2795 grp = Hlist(toks[0])
2796 return [grp]
2797 required_group = simple_group = group
2798
2799 def end_group(self, s, loc, toks):

Callers 15

_distro_release_infoMethod · 0.80
parseImplMethod · 0.80
parseImplMethod · 0.80
parseImplMethod · 0.80
get_supported_platformFunction · 0.80
compatible_platformsFunction · 0.80
from_locationMethod · 0.80
_copy_scriptMethod · 0.80
__init__Method · 0.80
linksMethod · 0.80

Calls 1

HlistClass · 0.85

Tested by 5

sdkForPythonFunction · 0.64
test_formattersFunction · 0.64
test_replace_callableMethod · 0.64
test_replace_literalMethod · 0.64