MisterAI's picture
download
raw
342 Bytes
"""
AST nodes specific to C++.
"""
from sympy.codegen.ast import Attribute, String, Token, Type, none
class using(Token):
""" Represents a 'using' statement in C++ """
__slots__ = _fields = ('type', 'alias')
defaults = {'alias': none}
_construct_type = Type
_construct_alias = String
constexpr = Attribute('constexpr')

Xet Storage Details

Size:
342 Bytes
·
Xet hash:
af9d5d06aba97ec96e87228fcaaa50c5cc2c4aa8b28e25fa6cab81447ed31a91

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.