You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/index.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This class is used to create objects that will check/update strings in files:
15
15
.. autoclass:: verace.VerChecker
16
16
:members:
17
17
18
+
18
19
Custom Check Functions
19
20
----------------------
20
21
A function can be provided to ``VerChecker.include()``. If no explicit function is provide, the following function will be used:
@@ -24,3 +25,7 @@ A function can be provided to ``VerChecker.include()``. If no explicit function
24
25
Custom functions can be defined to find strings. The first argument must be the file path and the function must return either a single ``VerInfo`` object or a list of ``VerInfo`` objects:
25
26
26
27
.. autodata:: verace.VerInfo
28
+
29
+
Use this convenience function to iterate through the lines in a given file:
0 commit comments