diff --git a/.gitignore b/.gitignore index 2c6b1f6..8613031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,8 @@ - +*.pyc \.cache/ - \.idea/ - \.settings/ - \.project - \.pydevproject - \.coverage - logs/ diff --git a/_docu/html/annotated.html b/_docu/html/annotated.html index 6d5c5af..6b039a5 100644 --- a/_docu/html/annotated.html +++ b/_docu/html/annotated.html @@ -123,6 +123,8 @@ $(document).ready(function(){initNavTree('annotated.html','');});  Nwatchdog  Nwatchdog  CBWWatchdogClass for an Watchdog to observe, if needed subprocesses still running + NFileHead + CClassNameGeneral class comment @@ -130,7 +132,7 @@ $(document).ready(function(){initNavTree('annotated.html','');}); @@ -214,7 +214,7 @@ Private Member Functions
Returns
Status of the validation
-
71  def _validate(self, data, regex):
72  """!Check if POCSAG is valid
73 
74  @param data: POCSAG to validate
75  @param regex: Regex expression for validation
76 
77  @return Status of the validation"""
78  return re.search(regex, data)
79 
+
75  def _validate(self, data, regex):
76  """!Check if POCSAG is valid
77 
78  @param data: POCSAG to validate
79  @param regex: Regex expression for validation
80 
81  @return Status of the validation"""
82  return re.search(regex, data)
83 

The documentation for this class was generated from the following file: