Skip to content

Commit

Permalink
Deploying to gh-pages from @ 70acd33 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Sep 25, 2024
1 parent c936cb1 commit 61397a4
Show file tree
Hide file tree
Showing 27 changed files with 1,629 additions and 1,384 deletions.
211 changes: 108 additions & 103 deletions dokka/main/cpg-analysis/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-console/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-core/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-language-cxx/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-language-go/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-language-java/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-language-jvm/navigation.html

Large diffs are not rendered by default.

211 changes: 108 additions & 103 deletions dokka/main/cpg-language-llvm/navigation.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<!doctype html>
<html class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>BaseExcepthandler</title>
<link href="../../../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../../../";</script>
<script>document.documentElement.classList.replace("no-js","js");</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script>
<script type="text/javascript" src="../../../../../scripts/sourceset_dependencies.js" async></script>
<link href="../../../../../styles/style.css" rel="Stylesheet">
<link href="../../../../../styles/main.css" rel="Stylesheet">
<link href="../../../../../styles/prism.css" rel="Stylesheet">
<link href="../../../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../../../styles/font-jb-sans-auto.css" rel="Stylesheet">
<script type="text/javascript" src="../../../../../scripts/clipboard.js" async></script>
<script type="text/javascript" src="../../../../../scripts/navigation-loader.js" async></script>
<script type="text/javascript" src="../../../../../scripts/platform-content-handler.js" async></script>
<script type="text/javascript" src="../../../../../scripts/main.js" defer></script>
<script type="text/javascript" src="../../../../../scripts/prism.js" async></script>
<script type="text/javascript" src="../../../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
<link href="../../../../../styles/multimodule.css" rel="Stylesheet"></head>
<body>
<div class="root">
<nav class="navigation" id="navigation-wrapper">
<div class="navigation--inner">
<div class="navigation-title">
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button>
<div class="library-name">
<a class="library-name--link" href="../../../../../index.html">
cpg
</a> </div>
<div class="library-version">
<dokka-template-command data="{&quot;@class&quot;:&quot;org.jetbrains.dokka.base.templating.ReplaceVersionsCommand&quot;,&quot;location&quot;:&quot;de.fraunhofer.aisec.cpg.frontends.python/-python/-a-s-t/-base-excepthandler/index.html&quot;}"><div class="versions-dropdown">
<div class="versions-dropdown-button">main</div>
<div class="versions-dropdown-data"><a href="../../../../../not-found-version.html?v=8.3.0">8.3.0</a><a href="../../../../../not-found-version.html?v=8.2.0">8.2.0</a><a href="index.html">main</a></div>
</div>
</dokka-template-command> </div>
</div>
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":cpg-language-python:dokkaHtmlPartial/main">jvm</button>
</div>
</div>
<div class="navigation-controls">
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button>
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div>
</div>
</nav>
<div id="container">
<div class="sidebar" id="leftColumn">
<div class="sidebar--inner" id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" data-page-type="classlike" id="content" pageids="cpg-language-python::de.fraunhofer.aisec.cpg.frontends.python/Python.AST.BaseExcepthandler///PointingToDeclaration//-2122170852">
<div class="breadcrumbs"><a href="../../../../index.html">cpg-language-python</a><span class="delimiter">/</span><a href="../../../index.html">de.fraunhofer.aisec.cpg.frontends.python</a><span class="delimiter">/</span><a href="../../index.html">Python</a><span class="delimiter">/</span><a href="../index.html">AST</a><span class="delimiter">/</span><span class="current">BaseExcepthandler</span></div>
<div class="cover ">
<h1 class="cover"><span>Base</span><wbr><span><span>Excepthandler</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">sealed </span><span class="token keyword">class </span><a href="index.html">BaseExcepthandler</a> : <a href="../-a-s-t/index.html">Python.AST.AST</a>, <a href="../-with-location/index.html">Python.AST.WithLocation</a></div><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">ast.excepthandler = class excepthandler(AST)<br> | excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body)</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><h4 class="">Inheritors</h4><div class="table"><div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../-except-handler/index.html">ExceptHandler</a></div></span></div><div></div></div></div></div></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
<div class="tabs-section-body">
<div data-togglable="PROPERTY">
<h2 class="">Properties</h2>
<div class="table"><a data-name="-555937237%2FProperties%2F-2122170852" anchor-label="col_offset" id="-555937237%2FProperties%2F-2122170852" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../-with-location/col_offset.html"><span><span>col_offset</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-555937237%2FProperties%2F-2122170852"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">val </span><a href="../-with-location/col_offset.html">col_offset</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Maps to the <code class="lang-kotlin">col_offset</code> filed from Python's ast.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-32881465%2FProperties%2F-2122170852" anchor-label="end_col_offset" id="-32881465%2FProperties%2F-2122170852" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../-with-location/end_col_offset.html"><span><span>end_col_offset</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-32881465%2FProperties%2F-2122170852"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">val </span><a href="../-with-location/end_col_offset.html">end_col_offset</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Maps to the <code class="lang-kotlin">end_col_offset</code> filed from Python's ast.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="1571310500%2FProperties%2F-2122170852" anchor-label="end_lineno" id="1571310500%2FProperties%2F-2122170852" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../-with-location/end_lineno.html"><span><span>end_lineno</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1571310500%2FProperties%2F-2122170852"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">val </span><a href="../-with-location/end_lineno.html">end_lineno</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Maps to the <code class="lang-kotlin">end_lineno</code> filed from Python's ast.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-1465816312%2FProperties%2F-2122170852" anchor-label="lineno" id="-1465816312%2FProperties%2F-2122170852" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../-with-location/lineno.html"><span><span>lineno</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1465816312%2FProperties%2F-2122170852"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">val </span><a href="../-with-location/lineno.html">lineno</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Maps to the <code class="lang-kotlin">lineno</code> filed from Python's ast.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-67700994%2FProperties%2F-2122170852" anchor-label="pyObject" id="-67700994%2FProperties%2F-2122170852" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-language-python:dokkaHtmlPartial/main" data-filterable-set=":cpg-language-python:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../-base-object/py-object.html"><span>py</span><wbr><span><span>Object</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-67700994%2FProperties%2F-2122170852"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">var </span><a href="../../-base-object/py-object.html">pyObject</a><span class="token operator">: </span><span data-unresolved-link="jep.python/PyObject///PointingToDeclaration/">PyObject</span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
</div>
</div>
</div>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>excepthandler</title>
<title>ExceptHandler</title>
<link href="../../../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../../../";</script>
<script>document.documentElement.classList.replace("no-js","js");</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
Expand Down Expand Up @@ -43,9 +43,9 @@
cpg
</a> </div>
<div class="library-version">
<dokka-template-command data="{&quot;@class&quot;:&quot;org.jetbrains.dokka.base.templating.ReplaceVersionsCommand&quot;,&quot;location&quot;:&quot;de.fraunhofer.aisec.cpg.frontends.python/-python/-a-s-t/excepthandler/excepthandler.html&quot;}"><div class="versions-dropdown">
<dokka-template-command data="{&quot;@class&quot;:&quot;org.jetbrains.dokka.base.templating.ReplaceVersionsCommand&quot;,&quot;location&quot;:&quot;de.fraunhofer.aisec.cpg.frontends.python/-python/-a-s-t/-except-handler/-except-handler.html&quot;}"><div class="versions-dropdown">
<div class="versions-dropdown-button">main</div>
<div class="versions-dropdown-data"><a href="../../../../../not-found-version.html?v=8.3.0">8.3.0</a><a href="../../../../../not-found-version.html?v=8.2.0">8.2.0</a><a href="excepthandler.html">main</a></div>
<div class="versions-dropdown-data"><a href="../../../../../not-found-version.html?v=8.3.0">8.3.0</a><a href="../../../../../not-found-version.html?v=8.2.0">8.2.0</a><a href="-except-handler.html">main</a></div>
</div>
</dokka-template-command> </div>
</div>
Expand All @@ -63,10 +63,10 @@
<div class="sidebar--inner" id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" data-page-type="member" id="content" pageids="cpg-language-python::de.fraunhofer.aisec.cpg.frontends.python/Python.AST.excepthandler/excepthandler/#jep.python.PyObject/PointingToDeclaration//-2122170852">
<div class="breadcrumbs"><a href="../../../../index.html">cpg-language-python</a><span class="delimiter">/</span><a href="../../../index.html">de.fraunhofer.aisec.cpg.frontends.python</a><span class="delimiter">/</span><a href="../../index.html">Python</a><span class="delimiter">/</span><a href="../index.html">AST</a><span class="delimiter">/</span><a href="index.html">excepthandler</a><span class="delimiter">/</span><span class="current">excepthandler</span></div>
<div class="main-content" data-page-type="member" id="content" pageids="cpg-language-python::de.fraunhofer.aisec.cpg.frontends.python/Python.AST.ExceptHandler/ExceptHandler/#jep.python.PyObject/PointingToDeclaration//-2122170852">
<div class="breadcrumbs"><a href="../../../../index.html">cpg-language-python</a><span class="delimiter">/</span><a href="../../../index.html">de.fraunhofer.aisec.cpg.frontends.python</a><span class="delimiter">/</span><a href="../../index.html">Python</a><span class="delimiter">/</span><a href="../index.html">AST</a><span class="delimiter">/</span><a href="index.html">ExceptHandler</a><span class="delimiter">/</span><span class="current">ExceptHandler</span></div>
<div class="cover ">
<h1 class="cover"><span><span>excepthandler</span></span></h1>
<h1 class="cover"><span>Except</span><wbr><span><span>Handler</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-language-python:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">pyObject<span class="token operator">: </span><span data-unresolved-link="jep.python/PyObject///PointingToDeclaration/">PyObject</span></span></span><span class="token punctuation">)</span></div></div></div>
</div>
Expand Down
Loading

0 comments on commit 61397a4

Please sign in to comment.