Trame

Trame API

  • app
  • widgets
  • ui
  • decorators
  • assets

Client API

  • Introduction
  • utils

Core Classes

  • server
  • widget
  • ui

Tools

  • Static Web Client generator
  • Application file generator
  • Update launcher retry array
  • Python widgets generator
  • Python serve utility
  • VTK rendering backend information
  • Application profiler
Trame
  • widgets
  • View page source

widgets

  • generator
    • Path
      • Path.stat()
      • Path.lstat()
      • Path.exists()
      • Path.is_dir()
      • Path.is_file()
      • Path.is_mount()
      • Path.is_symlink()
      • Path.is_junction()
      • Path.is_block_device()
      • Path.is_char_device()
      • Path.is_fifo()
      • Path.is_socket()
      • Path.samefile()
      • Path.open()
      • Path.read_bytes()
      • Path.read_text()
      • Path.write_bytes()
      • Path.write_text()
      • Path.iterdir()
      • Path.glob()
      • Path.rglob()
      • Path.walk()
      • Path.cwd()
      • Path.home()
      • Path.absolute()
      • Path.resolve()
      • Path.owner()
      • Path.group()
      • Path.readlink()
      • Path.touch()
      • Path.mkdir()
      • Path.chmod()
      • Path.lchmod()
      • Path.unlink()
      • Path.rmdir()
      • Path.rename()
      • Path.replace()
      • Path.symlink_to()
      • Path.hardlink_to()
      • Path.expanduser()
  • utils
    • camel_to_dash()
    • attr_to_py()

© Copyright 2022, Kitware.

Built with Sphinx using a theme provided by Read the Docs.