Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ SchemaObject
Function
SchemaObject
web/pgadmin/utils/sqlautocomplete/autocomplete.py:47–48 ·
view source on GitHub ↗
(name, schema=None, meta=None)
Source
from the content-addressed store, hash-verified
45
46
47
def
SchemaObject(name, schema=None, meta=None):
48
return
_SchemaObject(name, schema, meta)
49
50
51
# Regex for finding "words" in documents.
Callers
3
get_table_matches
Method · 0.85
populate_schema_objects
Method · 0.85
populate_functions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected