Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ delete_create
Function
delete_create
bank_managment_system/frontend.py:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
def
create():
18
def
create_customer_in_database():
19
def
delete_create():
20
create_employee_frame.grid_forget()
21
page2()
22
23
name = entry5.get()
24
age = entry6.get()
Callers
nothing calls this directly
Calls
1
page2
Function · 0.85
Tested by
no test coverage detected