Returns true if the visibility of the function is internal, otherwise returns false.
is_internal() → bool
from glider import * def query(): internal_functions = ( Functions() .exec(20) .filter(lambda x: x.is_internal()) ) return internal_functions
Last updated 3 months ago
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.