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

Method total_seconds

web/pgadmin/misc/bgprocess/processes.py:796–797  ·  view source on GitHub ↗
(dt)

Source from the content-addressed store, hash-verified

794
795 @staticmethod
796 def total_seconds(dt):
797 return round(dt.total_seconds(), 2)
798
799 @staticmethod
800 def acknowledge(_pid):

Callers 3

statusMethod · 0.80
listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected