MCPcopy Index your code
hub / github.com/dbcli/pgcli / get_casing_file

Function get_casing_file

pgcli/config.py:69–73  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

67
68
69def get_casing_file(config):
70 casing_file = config["main"]["casing_file"]
71 if casing_file == "default":
72 casing_file = config_location() + "casing"
73 return casing_file
74
75
76def skip_initial_comment(f_stream: TextIO) -> int:

Callers 1

__init__Method · 0.85

Calls 1

config_locationFunction · 0.85

Tested by

no test coverage detected