SYMBOL INDEX (27 symbols across 4 files) FILE: docs/js/page_effects.js function visibleInParent (line 1) | function visibleInParent(element) { function hasFragment (line 6) | function hasFragment(link, fragment) { function findLinkByFragment (line 10) | function findLinkByFragment(elements, fragment) { function scrollToCurrentVarLink (line 14) | function scrollToCurrentVarLink(elements) { function setCurrentVarLink (line 33) | function setCurrentVarLink() { function scrollPositionId (line 47) | function scrollPositionId(element) { function storeScrollPosition (line 52) | function storeScrollPosition(element) { function recallScrollPosition (line 58) | function recallScrollPosition(element) { function persistScrollPosition (line 64) | function persistScrollPosition(element) { function sidebarContentWidth (line 69) | function sidebarContentWidth(element) { function calculateSize (line 74) | function calculateSize(width, snap, margin, minimum) { function resizeSidebars (line 83) | function resizeSidebars() { FILE: questions/ssizet_size.cpp function main (line 7) | int main( int c, char** v) FILE: questions/typeobject.cpp function main (line 8) | int main(int c, char** v) FILE: testcode/__init__.py class WithObjClass (line 1) | class WithObjClass: method __init__ (line 2) | def __init__(self, suppress, fn_list): method __enter__ (line 6) | def __enter__(self): method doit_noerr (line 10) | def doit_noerr(self): method doit_err (line 13) | def doit_err(self): method __exit__ (line 16) | def __exit__(self, ex_type, ex_val, ex_traceback): class FileWrapper (line 21) | class FileWrapper: method __init__ (line 24) | def __init__(self, content): method __enter__ (line 27) | def __enter__(self): method __exit__ (line 33) | def __exit__(self, *args): function for_iter (line 37) | def for_iter(arg): function calling_custom_clojure_fn (line 44) | def calling_custom_clojure_fn(arg): function complex_fn (line 48) | def complex_fn(a, b, c: str = 5, *args, d=10, **kwargs):