Skip to content

Commit

Permalink
docs: more inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 5, 2021
1 parent 2ec7400 commit 5d191a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/omni/export.py
Expand Up @@ -105,6 +105,10 @@ def export(
index = 0

while True:
# runs a tick operation in the caller adjusting both the
# skip and the limit values according to the current iteration
# incase there are no object retrieves that indicates the
# end of the loop and a break happens
object = dict(skip = index, limit = step)
objects = caller(object = object)
if not objects: break
Expand Down

0 comments on commit 5d191a3

Please sign in to comment.