ak.typetracer.typetracer_with_report#
Defined in awkward.typetracer on line 177.
- ak.typetracer.typetracer_with_report(form, *, buffer_key='{form_key}', highlevel=False, behavior=None, attrs=None)#
- Parameters:
form (
ak.forms.Form
or str/dict equivalent) – The form of the Awkward Array to build a typetracer-backed array from.buffer_key (str or callable) – Python format string containing
"{form_key}"
and/or"{attribute}"
or a function that takes these as keyword arguments and returns a string to use as aform_key
for low-level typetracer buffers.highlevel (bool) – If True, return an
ak.Array
; otherwise, return a low-levelak.contents.Content
subclass.behavior (None or dict) – Custom
ak.behavior
for the output array, if high-level.attrs (None or dict) – Custom attributes for the output array, if high-level.
Returns a typetracer array and associated report object built from a form with labelled form keys.