Skip to content
logo
Supriya
typing
Initializing search
    supriya
    • Getting Started
    • Tutorials
    • How-to Guides
    • API Reference
    • Internals
    • Appendix
    supriya
      • Installation
      • Core concepts
      • Realtime
      • Non-realtime
      • Open Sound Control
      • Synth Definitions
      • Providers
      • Clocks
      • Patterns
      • Controllers
      • Dynamics
      • Offline Analysis
      • Routing
      • Samplers
        • clocks
        • commands
        • conversions
        • enums
        • exceptions
        • ext
        • intervals
        • io
        • nonrealtime
        • osc
        • patterns
        • providers
        • querytree
        • realtime
        • sclang
        • scsynth
        • soundfiles
        • synthdefs
        • system
        • typing
          • CDefault
          • CMissing
          • CSupportsRender
            • M__render__
        • ugens
        • utils
      • CICD
      • Graphviz
      • IPython
      • Sphinx
      • Glossary
    • CDefault
    • CMissing
    • CSupportsRender
      • M__render__

    typing¶

    class Default¶

    Bases: object

    class Missing¶

    Bases: object

    class SupportsRender(*args, **kwargs)¶

    Bases: Protocol

    __render__(output_file_path: Optional[os.PathLike] = None, render_directory_path: Optional[os.PathLike] = None, **kwargs) → Union[pathlib.Path, supriya.typing.SupportsRender]¶
    Back to top
    Previous system
    Next ugens
    © Copyright 2014-2022, Josiah Wolf Oberholtzer.
    Created using Sphinx 4.3.2. and Sphinx-Immaterial