Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distrotech/reportlab
/ start_section
Method
start_section
tools/pythonpoint/stdparser.py:349–351 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
347
pass
348
349
def
start_section(self, args):
350
name = self._arg(
'section'
,args,
'name'
)
351
self._curSection = pythonpoint.PPSection(name)
352
353
def
end_section(self):
354
self._curSection = None
Callers
nothing calls this directly
Calls
1
_arg
Method · 0.95
Tested by
no test coverage detected