@@ -130,10 +130,10 @@ def populate(self, *restrictions, suppress_errors=False, return_exception_object
130
130
reserve_jobs = False , order = "original" , limit = None , max_calls = None ,
131
131
display_progress = False , processes = 1 , make_kwargs = None ):
132
132
"""
133
- ``table.populate()`` calls ``table.make(key)`` for every primary key in
133
+ ``table.populate()`` calls ``table.make(key)`` for every primary key in
134
134
``self.key_source`` for which there is not already a tuple in table.
135
-
136
- :param restrictions: a list of restrictions each restrict
135
+
136
+ :param restrictions: a list of restrictions each restrict
137
137
(table.key_source - target.proj())
138
138
:param suppress_errors: if True, do not terminate execution.
139
139
:param return_exception_objects: return error objects instead of just error messages
@@ -144,8 +144,8 @@ def populate(self, *restrictions, suppress_errors=False, return_exception_object
144
144
:param display_progress: if True, report progress_bar
145
145
:param processes: number of processes to use. When set to a large number, then
146
146
uses as many as CPU cores
147
- :param make_kwargs: Keyword arguments which do not affect the result of computation
148
- to be passed down to each ``make()`` call. Computation arguments should be
147
+ :param make_kwargs: Keyword arguments which do not affect the result of computation
148
+ to be passed down to each ``make()`` call. Computation arguments should be
149
149
specified within the pipeline e.g. using a `dj.Lookup` table.
150
150
:type make_kwargs: dict, optional
151
151
"""
0 commit comments