Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ toISO8601
Method
toISO8601
module/lib/feedparser.py:2054–2055 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
2052
return
results
2053
2054
def
toISO8601(self, dt):
2055
return
time.strftime(
'%Y-%m-%dT%H:%M:%SZ'
, dt)
2056
2057
def
getPropertyValue(self, elmRoot, sProperty, iPropertyType=4, bAllowMultiple=0, bAutoEscape=0):
2058
all =
lambda
x: 1
Callers
1
findVCards
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected