Packages

c

io.github.scalats.python

PythonFilePrinter

final class PythonFilePrinter extends BasePrinter

Linear Supertypes
BasePrinter, Printer, (Settings, Kind, String, ListSet[TypeRef]) ⇒ PrintStream, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonFilePrinter
  2. BasePrinter
  3. Printer
  4. Function4
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PythonFilePrinter(outDir: File)

Value Members

  1. def apply(conf: Settings, kind: Kind, name: String, requires: ListSet[TypeRef]): PrintStream
    Definition Classes
    PythonFilePrinter → Printer → Function4
    Annotations
    @silent( ".*kind.*never used.*" )
  2. def curried: (Settings) ⇒ (Kind) ⇒ (String) ⇒ (ListSet[TypeRef]) ⇒ PrintStream
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function4 → AnyRef → Any
  4. def tupled: ((Settings, Kind, String, ListSet[TypeRef])) ⇒ PrintStream
    Definition Classes
    Function4
    Annotations
    @unspecialized()