MCPcopy 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
11def 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

showFunction · 0.85
search_in_databaseFunction · 0.85
update_name_in_databaseFunction · 0.85
update_age_in_databaseFunction · 0.85
database_callingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected