models
index
https://github.com/Supporterino/IISLogAnalyzer/lib/models.py

 
Classes
       
builtins.object
Logentry

 
class Logentry(builtins.object)
     Methods defined here:
__init__(self, date, time, s_ip, cs_method, cs_uri_stem, cs_uri_query, s_port, cs_username, c_ip, user_agent, referer, sc_status, sc_substatus, sc_win32_status, cs_bytes, time_taken)
This initializes an object, which holds a single log entry.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)