Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ check_string_in_account_no
Function
check_string_in_account_no
bank_managment_system/frontend.py:11–13 ·
view source on GitHub ↗
(check_acc_no)
Source
from the content-addressed store, hash-verified
9
10
# A function for check that acc_no is integer or not
11
def
check_string_in_account_no(check_acc_no):
12
r = check_acc_no.isdigit()
13
return
r
14
15
16
# all buttons of page2
Callers
6
show
Function · 0.85
search_in_database
Function · 0.85
update_name_in_database
Function · 0.85
update_age_in_database
Function · 0.85
show_all_updateble_content
Function · 0.85
database_calling
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected