Module ctfsolver.src.manager_files_evtx

Classes

class ManagerFileEvtx (*args, **kwargs)
Expand source code
class ManagerFileEvtx:
    def __init__(self, *args, **kwargs):
        pass

    def initializing_all_ancestors(self, *args, **kwargs):
        """
        Description:
            Initializes all the ancestors of the class
        """
        pass

Methods

def initializing_all_ancestors(self, *args, **kwargs)
Expand source code
def initializing_all_ancestors(self, *args, **kwargs):
    """
    Description:
        Initializes all the ancestors of the class
    """
    pass

Description

Initializes all the ancestors of the class