MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / MenuItem

Class MenuItem

web/pgadmin/utils/menu.py:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class MenuItem():
14 def __init__(self, **kwargs):
15 self.__dict__.update(**kwargs)
16
17
18class Panel():

Callers 4

get_own_menuitemsMethod · 0.90
get_own_menuitemsMethod · 0.90
get_own_menuitemsMethod · 0.90
get_own_menuitemsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected