Searched refs:maybe_resource (Results 1 – 2 of 2) sorted by relevance
58 def is_resource(maybe_resource): argument59 return (maybe_resource.LocalPath() not in BLACKLIST and60 _html_css_js_resource(maybe_resource.AbsoluteLocalPath()))
26 def IsResource(maybe_resource): argument27 f = maybe_resource.AbsoluteLocalPath()