kopia lustrzana https://github.com/collective/icalendar
				
				
				
			nice vSkip
							rodzic
							
								
									91f0707d59
								
							
						
					
					
						commit
						ea4dc80c85
					
				|  | @ -49,6 +49,7 @@ from icalendar.prop import ( | |||
|     vMonth, | ||||
|     vPeriod, | ||||
|     vRecur, | ||||
|     vSkip, | ||||
|     vText, | ||||
|     vTime, | ||||
|     vUri, | ||||
|  | @ -110,4 +111,5 @@ __all__ = [ | |||
|     "ComponentStartMissing", | ||||
|     "IncompleteAlarmInformation", | ||||
|     "LocalTimezoneMissing", | ||||
|     "vSkip", | ||||
| ] | ||||
|  |  | |||
|  | @ -1178,6 +1178,8 @@ class vSkip(vText, Enum): | |||
|         """For pickling.""" | ||||
|         return self.__class__, (self._name_,) | ||||
| 
 | ||||
|     def __repr__(self): | ||||
|         return f"{self.__class__.__name__}({self._name_!r})" | ||||
| 
 | ||||
| class vRecur(CaselessDict): | ||||
|     """Recurrence definition. | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Nicco Kunzmann
						Nicco Kunzmann