MCPcopy Index your code
hub / github.com/google/python-fire / _get_after_google_header

Function _get_after_google_header

fire/docstrings.py:672–675  ·  view source on GitHub ↗

Gets the remainder of the line, after a Google header.

(line_info)

Source from the content-addressed store, hash-verified

670
671
672def _get_after_google_header(line_info):
673 """Gets the remainder of the line, after a Google header."""
674 colon_index = line_info.remaining.find(':')
675 return line_info.remaining[colon_index + 1:]
676
677
678def _get_directive(line_info):

Callers 1

_update_section_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected