JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
test-ollama-works Namespace Reference

Functions

AsyncGenerator[T, None] timeout (AsyncIterator[T] it, float timeo, T sentinel)
 
 something ()
 
 test ()
 
 main ()
 

Variables

 T = TypeVar('T')
 

Function Documentation

◆ main()

test-ollama-works.main ( )

Definition at line 38 of file test-ollama-works.py.

References main(), and timeout().

Referenced by main().

◆ something()

test-ollama-works.something ( )

Definition at line 24 of file test-ollama-works.py.

Referenced by test().

◆ test()

test-ollama-works.test ( )

Definition at line 32 of file test-ollama-works.py.

References something(), and timeout().

◆ timeout()

AsyncGenerator[T, None] test-ollama-works.timeout ( AsyncIterator[T it,
float  timeo,
T  sentinel 
)

Definition at line 10 of file test-ollama-works.py.

Referenced by main(), and test().

Variable Documentation

◆ T

test-ollama-works.T = TypeVar('T')

Definition at line 5 of file test-ollama-works.py.