MCPcopy
hub / github.com/coleifer/sqlite-web / basename

Method basename

sqlite_web/sqlite_web.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def basename(self):
116 return os.path.basename(self.filename)
117
118 @property
119 def is_readonly(self):

Callers 4

base_nameMethod · 0.80
_add_datasetFunction · 0.80
get_query_imagesFunction · 0.80
initialize_appFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected