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

Function debug

web/pgacloud/utils/io.py:15–20  ·  view source on GitHub ↗

Print a debug message

(message)

Source from the content-addressed store, hash-verified

13
14
15def debug(message):
16 """ Print a debug message """
17 now = datetime.datetime.now()
18
19 print('[{}]: {}'.format(now.strftime("%H:%M:%S"), message),
20 file=sys.stderr)
21
22
23def error(message):

Callers 11

_add_ingress_ruleMethod · 0.90
_create_rds_instanceMethod · 0.90
_delete_rds_instanceMethod · 0.90
_create_firewall_ruleMethod · 0.90
errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected